/*
- Copyright (C) 2002 Robert Lipe, robertlipe@usa.net
+ Copyright (C) 2002-2005 Robert Lipe, robertlipe@usa.net
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
const char * mag_find_descr_from_token(const char *token);
const char * mag_find_token_from_descr(const char *icon);
+unsigned int mag_checksum(const char *const buf);
+char * m330_cleanse(char *istring);
+
waypoint * mag_trkparse(char *trkmsg);
void mag_rteparse(char *rtemsg);